home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / user2asc.zip / USER2ASC.DOC < prev    next >
Text File  |  1993-06-13  |  3KB  |  61 lines

  1.  +--------------------------[ User2Asc Ver 0.90ß]----------------------------+
  2.  |  Written By Gary Meeker 06/13/93                        Updated   /  /    |
  3.  |  SYSOP: SHARP Technical Support Line BBS               Lawrenceville, GA  |
  4.  |         (404) 962-1788                          300-14400 Baud. 24 Hours  |
  5.  +---------------------------------------------------------------------------+
  6.  V0.90ß 06/13/93 - Initial Beta Release
  7.  
  8.      User2Asc is designed to create a Comma Delimited file from USERS &
  9. USERS.INF files. It should be executed from the same directory in which
  10. your PCBOARD.DAT file resides,   but it will search the environment for
  11. PCBoards variables in an attempt to find PCBOARD.DAT or you can include
  12. the directory path on the command line.   It will create an output file
  13. named USERS.ASC in the same directory as your USERS & USERS.INF files.
  14.  
  15. Each line is 500 characters long (including the CR/LF) and the format of
  16. the output file is as follows:
  17.  
  18. Start
  19.    1  LastName             "1234567890123456789012345",
  20.   29  FirstName            "1234567890123456789012345",
  21.   57  Alias     (Note 1)   "1234567890123456789012345",
  22.   85  Street 1  (Note 2)   "12345678901234567890123456789012345678901234567890",
  23.  138  Street 2  (Note 2)   "12345678901234567890123456789012345678901234567890",
  24.  191  City      (Note 2)   "1234567890123456789012345",
  25.  219  State     (Note 2)   "1234567890",
  26.  232  Zip       (Note 2)   "1234567890",
  27.  245  Country   (Note 2)   "123456789012345",
  28.  263  Bus/Data Phone       "1234567890123",
  29.  279  Home/Voice Phone     "1234567890123",
  30.  295  Comment 1 (User)     "123456789012345678901234567890",
  31.  328  Comment 2 (Sysop)    "123456789012345678901234567890",
  32.  361  Expiration Date      "12345678",
  33.  372  Expiration Level     "123",
  34.  378  Sec Level            "123",
  35.  384  Password             "123456789012",
  36.  399  Password 1 (Note 3)  "123456789012",
  37.  414  Password 2 (Note 3)  "123456789012",
  38.  429  Password 3 (Note 3)  "123456789012",
  39.  444  Verification (Note 4)"1234567890123456789012345",
  40.  472  Times On             "123456",
  41.  481  Last On Date         "12345678",
  42.  492  Last On Time         "12345"
  43.  499                       CR/LF
  44.  
  45. Note 1: If Alias PSA is installed
  46. Note 2: If Address PSA is installed
  47. Note 3: If Password PSA is installed
  48. Note 4: If Verify PSA is installed
  49.  
  50. If any of the above PSA's are not installed then the field will be blank, but
  51. will still be present to maintain fixed length of the line.
  52.  
  53. This program is FREEWARE, but if there is enough interest in a shareware
  54. version that would allow defining which of any fields should be included
  55. and in what order, I will pursue it. I kept the number of fields limited
  56. to the above in order to  keep it below the  512 character line limit of
  57. QEDIT so I could sort using QEDIT on any column.  I also did not include
  58. any filtering at this time of which records to  include but instead just
  59. include all records.  The shareware version would include a screen to
  60. define which records should be included (similar to PCBSM's printing).
  61.